home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRMALTERNATIVA / TFRMALTERNATIVA.txt
Text File  |  2004-10-21  |  6KB  |  255 lines

  1. object frmAlternativa: TfrmAlternativa
  2.   Left = 202
  3.   Top = 104
  4.   BorderStyle = bsNone
  5.   Caption = 'Alternativa'
  6.   ClientHeight = 383
  7.   ClientWidth = 677
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Shape1: TShape
  21.     Left = 0
  22.     Top = 0
  23.     Width = 677
  24.     Height = 383
  25.     Align = alClient
  26.   end
  27.   object Label2: TLabel
  28.     Left = 16
  29.     Top = 336
  30.     Width = 155
  31.     Height = 29
  32.     Caption = 'Condom∩┐╜nios'
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clGray
  35.     Font.Height = -24
  36.     Font.Name = 'Arial'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.     Transparent = True
  40.   end
  41.   object Shape2: TShape
  42.     Left = 224
  43.     Top = 340
  44.     Width = 65
  45.     Height = 5
  46.     Pen.Color = clRed
  47.     Pen.Width = 3
  48.   end
  49.   object Shape3: TShape
  50.     Left = 224
  51.     Top = 356
  52.     Width = 65
  53.     Height = 5
  54.     Pen.Width = 3
  55.   end
  56.   object Label1: TLabel
  57.     Left = 304
  58.     Top = 334
  59.     Width = 65
  60.     Height = 13
  61.     Caption = 'A ser utilizado'
  62.     Transparent = True
  63.   end
  64.   object Label4: TLabel
  65.     Left = 304
  66.     Top = 350
  67.     Width = 23
  68.     Height = 13
  69.     Caption = 'Livre'
  70.     Transparent = True
  71.   end
  72.   object Label6: TLabel
  73.     Left = 92
  74.     Top = 10
  75.     Width = 510
  76.     Height = 64
  77.     Alignment = taCenter
  78.     Caption = 
  79.       'O condom∩┐╜nio em que ia trabalhar est∩┐╜ a ser utilizado noutro pos' +
  80.       'to.'#13#10'Segue-se a lista de condom∩┐╜nios existentes e a sua situa∩┐╜∩┐╜o' +
  81.       '.'#13#10'Seleccione um condom∩┐╜nio livre para trabalhar e fa∩┐╜a DBClick ' +
  82.       'ou prima o bot∩┐╜o Seleccionar.'
  83.     Font.Charset = DEFAULT_CHARSET
  84.     Font.Color = clNavy
  85.     Font.Height = -13
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = [fsBold]
  88.     ParentFont = False
  89.     Transparent = True
  90.     WordWrap = True
  91.   end
  92.   object Memo1: TMemo
  93.     Left = 504
  94.     Top = 280
  95.     Width = 185
  96.     Height = 209
  97.     Lines.Strings = (
  98.       '')
  99.     TabOrder = 3
  100.     Visible = False
  101.   end
  102.   object BitBtn1: TBitBtn
  103.     Left = 481
  104.     Top = 336
  105.     Width = 90
  106.     Height = 25
  107.     Caption = '&Seleccionar'
  108.     TabOrder = 0
  109.     OnClick = BitBtn1Click
  110.     Kind = bkOK
  111.   end
  112.   object RxDBGrid1: TRxDBGrid
  113.     Left = 14
  114.     Top = 77
  115.     Width = 650
  116.     Height = 239
  117.     Color = clWhite
  118.     Ctl3D = True
  119.     DataSource = DataSource1
  120.     FixedColor = 13551795
  121.     Options = [dgTitles, dgRowLines, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  122.     ParentCtl3D = False
  123.     TabOrder = 1
  124.     TitleFont.Charset = DEFAULT_CHARSET
  125.     TitleFont.Color = clWindowText
  126.     TitleFont.Height = -11
  127.     TitleFont.Name = 'MS Sans Serif'
  128.     TitleFont.Style = []
  129.     OnDblClick = RxDBGrid1DblClick
  130.     OnGetCellParams = RxDBGrid1GetCellParams
  131.     Columns = <
  132.       item
  133.         Expanded = False
  134.         FieldName = 'Condom∩┐╜nio'
  135.         Width = 234
  136.         Visible = True
  137.       end
  138.       item
  139.         Expanded = False
  140.         FieldName = 'Pessoa Colectiva'
  141.         Width = 150
  142.         Visible = True
  143.       end
  144.       item
  145.         Expanded = False
  146.         FieldName = 'Contr.'
  147.         Width = 150
  148.         Visible = True
  149.       end
  150.       item
  151.         Expanded = False
  152.         FieldName = 'Ano'
  153.         Width = 60
  154.         Visible = True
  155.       end
  156.       item
  157.         Expanded = False
  158.         FieldName = 'ID'
  159.         Title.Caption = 'C∩┐╜d.'
  160.         Width = 35
  161.         Visible = True
  162.       end>
  163.   end
  164.   object BitBtn2: TBitBtn
  165.     Left = 580
  166.     Top = 336
  167.     Width = 90
  168.     Height = 25
  169.     Caption = '&Terminar'
  170.     TabOrder = 2
  171.     Kind = bkCancel
  172.   end
  173.   object BitBtn3: TBitBtn
  174.     Left = 380
  175.     Top = 336
  176.     Width = 90
  177.     Height = 25
  178.     Caption = '&Actualizar'
  179.     Default = True
  180.     TabOrder = 4
  181.     OnClick = BitBtn3Click
  182.     Glyph.Data = {
  183.       F6000000424DF60000000000000076000000280000000F000000100000000100
  184.       0400000000008000000000000000000000001000000010000000000000000000
  185.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  186.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333444
  187.       4430333333333CCC4330334433333CCC43303CC433333CC4C4303C4333333C33
  188.       CC40C433333333333C40C433333333333C40C433333333333C40C43333333333
  189.       3C40C433333333333C403C4333333333CC403CC43333333CC43033CC433333CC
  190.       4330333CC44444C4333033333CCCCC3333303333333333333330}
  191.   end
  192.   object BitBtn4: TBitBtn
  193.     Left = 577
  194.     Top = 16
  195.     Width = 90
  196.     Height = 25
  197.     Caption = 'S∩┐╜ &Consulta'
  198.     TabOrder = 5
  199.     Visible = False
  200.     Kind = bkIgnore
  201.   end
  202.   object Table1: TTable
  203.     Filtered = True
  204.     Left = 16
  205.     Top = 8
  206.     object Table1ID: TAutoIncField
  207.       FieldName = 'ID'
  208.       ReadOnly = True
  209.     end
  210.     object Table1Condomnio: TStringField
  211.       FieldName = 'Condom∩┐╜nio'
  212.       Size = 50
  213.     end
  214.     object Table1PessoaColectiva: TStringField
  215.       FieldName = 'Pessoa Colectiva'
  216.       Size = 80
  217.     end
  218.     object Table1Contr: TStringField
  219.       FieldName = 'Contr.'
  220.       Size = 12
  221.     end
  222.     object Table1Ano: TSmallintField
  223.       FieldName = 'Ano'
  224.     end
  225.     object Table1Moeda: TStringField
  226.       FieldName = 'Moeda'
  227.       Size = 10
  228.     end
  229.     object Table1Dados: TStringField
  230.       FieldName = 'Dados'
  231.       Size = 50
  232.     end
  233.     object Table1TipoQuota: TStringField
  234.       FieldName = 'Tipo Quota'
  235.       Size = 10
  236.     end
  237.     object Table1Descrio: TStringField
  238.       FieldName = 'Descri∩┐╜∩┐╜o'
  239.       Size = 80
  240.     end
  241.     object Table1AnoFim: TSmallintField
  242.       FieldName = 'Ano Fim'
  243.     end
  244.   end
  245.   object DataSource1: TDataSource
  246.     DataSet = Table1
  247.     Left = 48
  248.     Top = 8
  249.   end
  250.   object Table2: TTable
  251.     Left = 80
  252.     Top = 8
  253.   end
  254. end
  255.